home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / rteusage.ctl < prev    next >
Text File  |  2000-05-12  |  714b  |  30 lines

  1. -- RCSVER $Id: rteusage.ctl,v 1.1 2000-05-03 12:29:20-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        rteusage.ctl
  6. -- Date: 01/17/2000
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the rteusage table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE rteusage
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     useflag,
  18.     dir1flag,
  19.     dir2flag,
  20.     rtegen,
  21.     notinlist,
  22.     dir1name,
  23.     dir2name,
  24.     route_name,
  25.     run_name,
  26.     trip_name
  27. )
  28. begindata
  29. 2|2|2|2|1|Start Point|Direction|Block|Run|Trip|
  30.